home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 January / Macworld (1997-01).dmg / Shareware World / Maths & Science / DynRisk 4.0.3 PPC / DynRisk-Help / DynRisk-Help.rsrc / TEXT_6204.txt < prev    next >
Text File  |  1996-08-30  |  813b  |  11 lines

  1. Double
  2.  
  3. This algorithm is used for nodes where the local value is combined with the global input values with a different operator than the one used to combine the global input values.
  4.  
  5. The output value of a node with ‚ÄúDouble‚Äù as algorithm is computed according to the following rule:
  6.  
  7.     Output value = Op2(Op1(X1, X2,‚Ķ), LR)
  8.  
  9. where Op1 is the ‚ÄúOperator 1‚Äù for this node, Op2 is the ‚ÄúOperator 2‚Äù for this node, X1, X2,‚Ķ represent its input values, L is the local factor of the node, and R is a random number generated from the distribution of the node. Note, however, that if the node does not include stochastic values, the R-factor is skipped.
  10.  
  11. A node is never initialized with ‚ÄúDouble‚Äù as its algorithm. Thus, when you need to use this feature, you always have to select this option manually.